home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / wcp94c.zip / WCP94C.TXT < prev   
Text File  |  1993-05-18  |  3KB  |  66 lines

  1. *****************************************************************
  2. WCP94C.ZIP  05/18/93
  3. *****************************************************************
  4. Requires that you have already applied the WCP94B.ZIP PATCH in
  5. WUGNET lib 12.  It also assumes you have the PATCH.EXE found in the
  6. same library as PATCH.ZIP
  7.  
  8. For those of you wondering the WC094B & WC094C.ZIP have been 
  9. updated to be consistent with this patch.  You don't need to 
  10. download the latest version if you apply this patch.
  11.  
  12. *****************************************************************
  13. WCP94C.RTP...
  14. *****************************************************************
  15. PATCH For WinCIS .94 Dated 4/12/93 At 515883
  16. The only file updated by this patch is WINCIS.EXE
  17.  
  18. This patch fixes an upload problem I introduced when I re-wrote the
  19. file-xfer error handler.  The problem was that I inadvertantly
  20. used the wrong field name into which to read the file being uploaded
  21. OUTPACKET$ instead of OURPACKET$.  Since VB allows dynamic varaibles,
  22. it read the data into a dynamic field (OUTPACKET$). The BSendPacket
  23. routine when sending data is called with OURPACKET$.  Since the the data
  24. in the OURPACKET$ field was initialied to nulls it sent binary zeros to
  25. CIS. If you sent binary files then the receiver of your data got nulls.
  26. No error was detected by the program since it correctly calculated
  27. CRC values based on the content of OURPACKET$ (nulls). I hope this
  28. all make sense to you, its really a BIG GOOFUP on my part
  29. (this programmer can't spell worth a dime<g>)
  30.  
  31. In addition this patch re-enables the edit menu under the
  32. message editor. Yet another error I created when I changed the textbox
  33. controls used by the editor to avoid overstrike capabilites..
  34.  
  35. To apply the patch copy the file into your WINCIS directory and....
  36.  
  37. C:\>CD \WINCIS                   ; Change to the wincis directory
  38. C:\>PATCH -BACKUP WCP94C.RTP     ; Apply Patch and create a backup
  39.  
  40. *****************************************************************
  41. DLL & VBX REPLACEMENTS
  42. *****************************************************************
  43. If you intend to apply this patch file you'll need to replace
  44. the following files in your WINDOWS or WINDOWS/SYSTEM directory
  45. this is where wincis would have installed them...
  46.  
  47. VBCOMM.VBX   5/18/93 Replacement from microhelp...
  48.  
  49.              Bug in prior version slowly consumes resources
  50.              resulting in hung downloads, and sporatic problems
  51.              with a large number of message scans,
  52.              Also corrects dropping of DTR after modem is hung up
  53.  
  54. MHIN200.VBX  Replacement from microhelp...
  55.  
  56.              Newer version of input control (same as WCP94B patch)
  57.  
  58. MHDES200.DLL New required .DLL from microhelp
  59.  
  60. WCISPRJ.DLL  Minor changes since original .94 release
  61.  
  62.  
  63. That should do it..
  64.  
  65. Larry Lee/WinCIS 5/18/93
  66.